Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.19 KB

fixed-ghost-node-js-module_not_found-in-visual-studio-on-windows.md

File metadata and controls

18 lines (16 loc) · 1.19 KB
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 13
---
title: FIXED: Ghost Node.JS MODULE_NOT_FOUND in Visual Studio on Windows
authors:
- thebeebs
intro: 'This afternoon I met up with Hannah Wolfe the lead...'
types:
- shorts
categories:
- ghost
published: 2014/07/15 12:00:00
updated: 2014/07/15 13:00:00
status: archived
---

This afternoon I met up with Hannah Wolfe the lead dev on the Ghost.org project._ _I wanted to show her an Application (think plug-in) I’d written for Ghost. Imagine my embarrassment when I tried to build the project in Visual Studio and got some odd Vertx MODULE_NOT_FOUND error. I tried the obvious: “NPM Install” I even checked to ensure there wasn’t some kind of security issue stopping folder access… The fix was to update the Node tools for Visual Studio.

I have become accustomed to Visual Studio plug-in’s and SDK notifying me in the notification hub when new versions are available, so this one caught me out.

Moral of the story: Before you investigate odd behaviour in beta development tools, make sure you are running the latest version.