Trouble at startar Gulp serves

Asked

Viewed 210 times

2

Good afternoon,

I’m creating a portal in Angularjs and Node.

After installing npm in the workbook npm install and Ben bower install

The tutorial asks for the command to be done gulp serve, but this presenting the following return:

[13:50:21] Error: Missing Binding C: Users ms74902 Desktop Portal_fuse node_modu les Node-Sass vendor Win32-x64-51 Binding.Node Node Sass could not find a Binding for your Current Environment: Windows 64-bit with Node.js 7.x

Found bindings for the following Environments: - Windows 64-bit with Node.js 7.x

This usually Happens because your Environment has changed Since running npm install. Run npm rebuild node-sass to build the Binding for your Current Environment.

Note: I already executed the command npm rebuild node-sass but without success, Ode, and all modules are updated.

[email protected]
[email protected]
Node v7.1.0

  • Try to install npm in Gulp again.

  • Try using some 6.* version of the nodejs. It may be some incompatibility of Node-Sass + NODEJS 7.* with Windows-64bits

  • If by chance it works by rewriting the version, post as answer. Node-Sass problems are recurring on the WEB.

1 answer

0

Your NPM cache may be corrupted.

Try

npm cache clean

followed by

npm rebuild node-sass

  • Good afternoon Onosendai, presented the same error.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.