2

新しいプロジェクト用に yeoman をセットアップしようとしましたが、grunt compass を開始すると次のようになります。

$>grunt compass
Running "compass:dist" (compass) task
AssignProcessToJobObject: (5) Access denied.

私はうなり声サーバーを試してみましたが、まったく同じ時点で停止します。

私の設定は次のとおりです。

compass: {
  options: {
    sassDir: '<%= yeoman.app %>/styles',
    cssDir: '.tmp/styles',
    imagesDir: '<%= yeoman.app %>/images',
    javascriptsDir: '<%= yeoman.app %>/scripts',
    fontsDir: '<%= yeoman.app %>/styles/fonts',
    importPath: '<%= yeoman.app %>/components',
    relativeAssets: true
  },
  dist: {},
  server: {
    options: {
      debugInfo: true
    }
  }
},

Win7で動かしています。誰かが私が間違っていることとそれを解決する方法についてのヒントを持っていますか?

4

1 に答える 1