Sunday 24 September 2017

I'm looking for help with installing node.js on windows 10.

Hello everyone,I'm trying to set up a laravel 5.2 project on my pc with windows 10.I installed the current version of node js (8.5.0) I also have python 2.7 and windows build toolsI can run node -v and npm -v without any issue.However when I'm trying to run anything related to laravel, laravel elixir, node-sass, gulp. I'm hitting a wall.Nothing is working.So basically, I want to run laravel elixir with gulp and node-sass. That's it.I have this file in my project directory: package.json: { "private": true, "scripts": { "prod": "gulp --production", "dev": "gulp watch" }, "devDependencies": { "gulp": "^3.9.1", "laravel-elixir": "^6.0.0-16" } } Here it is the guide I'm following: http://ift.tt/2xxPd8i this is the output I get : https://kopy.io/xR5AG

Submitted September 24, 2017 at 01:31PM by megapowa

No comments:

Post a Comment