You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least on my machine, node doesn't seem to like the '+' character used in the name field of package.json. When I removed the '+' characters, it worked okay.
I ran npm install and got the following error
My issue is resolved but this should probably be fixed in case it affects others.
Thanks,
Brian
The text was updated successfully, but these errors were encountered:
Weird. According to MS the only non-alllowed characters in are \ / ? : * " > < | (source). I would possibly report that to the Node team cuz "That Ain't Right" ™
Hi,
At least on my machine, node doesn't seem to like the '+' character used in the name field of package.json. When I removed the '+' characters, it worked okay.
I ran npm install and got the following error
My issue is resolved but this should probably be fixed in case it affects others.
Thanks,
Brian
The text was updated successfully, but these errors were encountered: