Error while installing sails.

Asked 1 years ago, Updated 1 years ago, 94 views

I am using node js.
I am trying to install Sails in npm?, but I always get this error.
What's wrong?

C:\Users\Username\AppData\Roaming\npm\node_modules\sails\node_modules\socket.io\node
_
modules\socket.io-client\node_modules\ws\build\bufferutil.vcxproj (44,46): error
 MSB4025: Failed to load project file.Specified encoding does not exist
Valid characters. Row 44, position 46.

node.js npm sails.js

2022-09-30 20:30

1 Answers

 C:\src>npm install-g socket.io

If it appears in , I think the reason is that the user name is non-ascii.

Installing on Windows 8.1 with umlauts in the path#1676

(I can show you a certain way to avoid it, sorry...)


2022-09-30 20:30

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.