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. Runnpm rebuild node-sassto 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.
– DiegoAugusto
Try using some 6.* version of the nodejs. It may be some incompatibility of Node-Sass + NODEJS 7.* with Windows-64bits
– thelimarenan
If by chance it works by rewriting the version, post as answer. Node-Sass problems are recurring on the WEB.
– thelimarenan