Apparently the manifest validator tool does not work according to the instructions. The script {SDK}/tools/manifest-validator.sh prints the error ‘Can't find coffeescript! Make sure you run 'npm install first'.’
Please note that the validator tool itself is fine, I can run it in a properly installed Linux environment, just the “wrapper” script which executes it inside Docker is incomplete.
Solved: (13.10.2016) Not a bug. install-dependencies.sh must be run first.
Discussion
-
Josep Maria Bernabe
2016-10-13Hi Dan,
Have you executed the install-dependencies.sh script first?
-
Dan Bendas (VTT)
2016-10-13You're right, I skipped that step. Sorry.
--Dan
-
Dan Bendas (VTT)
2016-10-13- Description has changed:
Diff:
--- old +++ new @@ -1,3 +1,5 @@ Apparently the manifest validator tool does not work according to the instructions. The script {SDK}/tools/manifest-validator.sh prints the error ‘Can't find coffeescript! Make sure you run 'npm install first'.’ Please note that the validator tool itself is fine, I can run it in a properly installed Linux environment, just the “wrapper” script which executes it inside Docker is incomplete. + +**Solved**: (13.10.2016) Not a bug. _install-dependencies.sh_ must be run first.
- status: open --> closed