Posts by Lucas Wedson • 1 point
1 post
-
-1
votes3
answers1566
viewsA: Why doesn’t Node.js run sucrase - a locally installed package?
The solution can configure the field scripts. ... "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "suncrase": "suncrase-node src/server.js" }, ... Then you execute the…