planetproto
planetproto copied to clipboard
simple objects exercise
Hi,
https://github.com/sporto/planetproto/blob/master/exercises/010_simple_objects/solution/solution.js I used the exact solution in the above link
But I am seeing an error. Providing the error below. Can you tell me how to fix it.
C:\Users\Desktop\node-school\planet-proto\010.js:5
claim(robot.smart, true);
^
ReferenceError: claim is not defined
at Object.
hi @raj08 this is using planetproto run 010.js
right?
I need to disable this (run). Please use planetproto verify 010.js
instead
I also run into this bug :-(
I had the same issue. After I reinstalled node everything started working. I used this commands: sudo npm cache clean -f sudo npm install -g n sudo n stable
Still same issue.