Hi there I'm trying to get a project up and running using trails but I can't seem to install it. I've done npm install -g yo generator-trails which works fine but when I do yo trails I get the error below. Any idea how this can be fixed?
Issue Description
Error: Cannot find module '../../../lib/util'
at Function.Module._resolveFilename (module.js:527:15)
at Function.Module._load (module.js:476:23)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (C:\SomePath\AppData\Roaming\npm\node_modules\generator-trails\generators\app\steps\writing.js:5:14)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
Environment
- node version: 8.9.1
- trails version: 3.0.0-pre.3
- operating system: Windows 10
Hi there I'm trying to get a project up and running using trails but I can't seem to install it. I've done
npm install -g yo generator-trailswhich works fine but when I doyo trailsI get the error below. Any idea how this can be fixed?Issue Description
Environment