mitre / heimdall-vue

(deprecated) A refactor of the heimdall-lite project using vue, see:
https://github.com/mitre/heimdall-vuetify
Other
8 stars 3 forks source link

Fixed an error preventing linked inspecjs from working #93

Closed Mitriol closed 5 years ago

Mitriol commented 5 years ago

See title.

Now linking should work. Take the following tests to replicate. In inspecjs directory:

npm run build
npm link

In heimdall-vue directory: First remove inspecjs from package.json

rm -rf ./node_modules
npm install
npm link inspecjs

Then npm run serve as normal