Dylan
Dylan

Reputation: 50

Can't install node packages

I am trying to install the node packages using 'npm install' but when ever I do it I get only errors?

Error Codes Here https://pastebin.com/39mC3nPm

Log Here https://pastebin.com/7PtCPdpX

Hope someone can help, Thanks!

Upvotes: 1

Views: 118

Answers (1)

sdooo
sdooo

Reputation: 1881

The error states:

Can't find Python executable "python", you can set the PYTHON env variable.

so my guess is you have to install Python 2.7 in order for this to work.

In case you still get error, I see you are using Windows, there are known issues with node-sass missing versions for Windows, for example see this GitHub issue or its issue tracker for more information.

Upvotes: 1

Related Questions